home *** CD-ROM | disk | FTP | other *** search
- *=======================================================*
- * Data tables module: latest update 15/11/95 *
- *=======================================================*
-
- sinres = 4096
-
- *-------------------------------------------------------*
- data
- *-------------------------------------------------------*
-
- *-------------------------------------------------------*
- * Sinetable (4096 words -16384 <> +16384 ) *
- *-------------------------------------------------------*
- sine: incbin 'data\sinewave.tab'
- *-------------------------------------------------------*
-
- *-------------------------------------------------------*
- * Standard 6x6 debugging font *
- *-------------------------------------------------------*
- font: incbin 'data\doom.fnt'
- *-------------------------------------------------------*
-
- *-------------------------------------------------------*
- * Doom colour palette (16-bit words * 256) *
- *-------------------------------------------------------*
- colfile: incbin 'data\palette.apx'
- colours: = colfile+20 ; skip 20-byte header
- *-------------------------------------------------------*
-
- *-------------------------------------------------------*
- text
- *-------------------------------------------------------*
-